home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TCDCOPYFRAME / TCDCOPYFRAME.txt
Text File  |  2006-03-23  |  23KB  |  851 lines

  1. object CDCopyFrame: TCDCopyFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 443
  5.   Height = 411
  6.   Align = alClient
  7.   AutoScroll = False
  8.   TabOrder = 0
  9.   OnResize = MainPanelResize
  10.   object ccdMessageListView: TListView
  11.     Left = 0
  12.     Top = 0
  13.     Width = 443
  14.     Height = 29
  15.     Align = alClient
  16.     BorderWidth = 1
  17.     Columns = <
  18.       item
  19.         Caption = 'Time'
  20.         Width = 60
  21.       end
  22.       item
  23.         Caption = 'Info'
  24.         Width = 377
  25.       end>
  26.     ReadOnly = True
  27.     RowSelect = True
  28.     ShowColumnHeaders = False
  29.     TabOrder = 0
  30.     ViewStyle = vsReport
  31.     OnInsert = ccdMessageListViewInsert
  32.     OnResize = ccdMessageListViewResize
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 0
  36.     Top = 29
  37.     Width = 443
  38.     Height = 382
  39.     Align = alBottom
  40.     AutoSize = True
  41.     BevelOuter = bvNone
  42.     BorderWidth = 7
  43.     TabOrder = 1
  44.     object ccdSingleISOFilePanel: TPanel
  45.       Left = 7
  46.       Top = 7
  47.       Width = 429
  48.       Height = 64
  49.       Align = alBottom
  50.       BevelOuter = bvNone
  51.       TabOrder = 0
  52.       object ccdImageFileGbox: TGroupBox
  53.         Left = 0
  54.         Top = 0
  55.         Width = 429
  56.         Height = 64
  57.         Align = alTop
  58.         Caption = ' Image file: '
  59.         TabOrder = 0
  60.         object Panel3: TPanel
  61.           Left = 2
  62.           Top = 15
  63.           Width = 425
  64.           Height = 47
  65.           Align = alClient
  66.           BevelOuter = bvNone
  67.           TabOrder = 0
  68.           DesignSize = (
  69.             425
  70.             47)
  71.           object Panel4: TPanel
  72.             Left = 0
  73.             Top = 0
  74.             Width = 425
  75.             Height = 31
  76.             Align = alTop
  77.             BevelOuter = bvNone
  78.             BorderWidth = 5
  79.             TabOrder = 0
  80.             DesignSize = (
  81.               425
  82.               31)
  83.             object ccdImageBrowseBtn: TButton
  84.               Left = 515
  85.               Top = 0
  86.               Width = 20
  87.               Height = 21
  88.               Action = ccdOpenImageActn
  89.               Anchors = [akTop, akRight]
  90.               TabOrder = 0
  91.             end
  92.             object ccdImageImageFilenameEdit: TEdit
  93.               Left = 5
  94.               Top = 0
  95.               Width = 510
  96.               Height = 21
  97.               Anchors = [akLeft, akTop, akRight]
  98.               AutoSize = False
  99.               ReadOnly = True
  100.               TabOrder = 1
  101.             end
  102.           end
  103.           object ccdImageDeleteImageChkbx: TCheckBox
  104.             Left = 8
  105.             Top = 29
  106.             Width = 516
  107.             Height = 16
  108.             Anchors = [akLeft, akTop, akRight]
  109.             Caption = 'Delete image after successful burn'
  110.             TabOrder = 1
  111.           end
  112.         end
  113.       end
  114.     end
  115.     object ccdCDCopyOptionsPanel: TPanel
  116.       Left = 7
  117.       Top = 71
  118.       Width = 429
  119.       Height = 114
  120.       Align = alBottom
  121.       BevelOuter = bvNone
  122.       TabOrder = 1
  123.       Visible = False
  124.       object ccdBevel2: TBevel
  125.         Left = 324
  126.         Top = 0
  127.         Width = 5
  128.         Height = 50
  129.         Align = alRight
  130.         Shape = bsSpacer
  131.         Style = bsRaised
  132.       end
  133.       object ccdCDCopySourceDriveGbox: TGroupBox
  134.         Left = 0
  135.         Top = 0
  136.         Width = 324
  137.         Height = 50
  138.         Align = alClient
  139.         Caption = ' Source drive: '
  140.         TabOrder = 0
  141.         object Panel6: TPanel
  142.           Left = 2
  143.           Top = 15
  144.           Width = 320
  145.           Height = 33
  146.           Align = alClient
  147.           BevelOuter = bvNone
  148.           BorderWidth = 5
  149.           TabOrder = 0
  150.           DesignSize = (
  151.             320
  152.             33)
  153.           object ccdCDCopyDriveComboBox: TComboBox
  154.             Left = 8
  155.             Top = 7
  156.             Width = 412
  157.             Height = 21
  158.             Style = csDropDownList
  159.             Anchors = [akLeft, akTop, akRight]
  160.             ItemHeight = 13
  161.             TabOrder = 0
  162.             OnDropDown = ccdCDCopyDriveComboBoxDropDown
  163.             OnSelect = ccdCDCopyDriveComboBoxSelect
  164.           end
  165.         end
  166.       end
  167.       object ccdCDCopyReadSpeedGbox: TGroupBox
  168.         Left = 329
  169.         Top = 0
  170.         Width = 100
  171.         Height = 50
  172.         Align = alRight
  173.         Caption = ' Read speed: '
  174.         TabOrder = 1
  175.         object Panel5: TPanel
  176.           Left = 2
  177.           Top = 15
  178.           Width = 96
  179.           Height = 33
  180.           Align = alClient
  181.           BevelOuter = bvNone
  182.           BorderWidth = 5
  183.           TabOrder = 0
  184.           object ccdCDCopyReadSpeedComboBox: TComboBox
  185.             Left = 8
  186.             Top = -1
  187.             Width = 85
  188.             Height = 21
  189.             Style = csDropDownList
  190.             ItemHeight = 13
  191.             TabOrder = 0
  192.             OnDropDown = ccdCDCopyReadSpeedComboBoxDropDown
  193.           end
  194.         end
  195.       end
  196.       object ccdCDCopyFileGbox: TGroupBox
  197.         Left = 0
  198.         Top = 50
  199.         Width = 429
  200.         Height = 64
  201.         Align = alBottom
  202.         Caption = ' Save image file to: '
  203.         TabOrder = 2
  204.         object Panel2: TPanel
  205.           Left = 2
  206.           Top = 15
  207.           Width = 425
  208.           Height = 47
  209.           Align = alClient
  210.           BevelOuter = bvNone
  211.           TabOrder = 0
  212.           DesignSize = (
  213.             425
  214.             47)
  215.           object Panel7: TPanel
  216.             Left = 0
  217.             Top = 0
  218.             Width = 425
  219.             Height = 31
  220.             Align = alTop
  221.             BevelOuter = bvNone
  222.             BorderWidth = 5
  223.             TabOrder = 0
  224.             DesignSize = (
  225.               425
  226.               31)
  227.             object ccdCDCopyBrowseBtn: TButton
  228.               Left = 516
  229.               Top = -4
  230.               Width = 20
  231.               Height = 21
  232.               Action = ccdOpenImageActn
  233.               Anchors = [akTop, akRight]
  234.               TabOrder = 0
  235.             end
  236.             object ccdCDCopyImageFilenameEdit: TEdit
  237.               Left = 5
  238.               Top = -4
  239.               Width = 510
  240.               Height = 21
  241.               Anchors = [akLeft, akTop, akRight]
  242.               AutoSize = False
  243.               ReadOnly = True
  244.               TabOrder = 1
  245.             end
  246.           end
  247.           object ccdCDCopyDeleteImageChkbx: TCheckBox
  248.             Left = 8
  249.             Top = 28
  250.             Width = 525
  251.             Height = 16
  252.             Anchors = [akLeft, akTop, akRight]
  253.             Caption = 'Delete image after successful burn'
  254.             Checked = True
  255.             State = cbChecked
  256.             TabOrder = 1
  257.           end
  258.         end
  259.       end
  260.     end
  261.     object ccdMainPanel: TPanel
  262.       Left = 7
  263.       Top = 185
  264.       Width = 429
  265.       Height = 190
  266.       Align = alBottom
  267.       BevelOuter = bvNone
  268.       TabOrder = 2
  269.       DesignSize = (
  270.         429
  271.         190)
  272.       object ccdMessageLabel: TLabel
  273.         Left = 0
  274.         Top = 106
  275.         Width = 429
  276.         Height = 14
  277.         Align = alTop
  278.         AutoSize = False
  279.         Layout = tlCenter
  280.       end
  281.       object ccdPanel1: TPanel
  282.         Left = 0
  283.         Top = 0
  284.         Width = 429
  285.         Height = 50
  286.         Align = alTop
  287.         BevelOuter = bvNone
  288.         TabOrder = 0
  289.         object Bevel1: TBevel
  290.           Left = 324
  291.           Top = 0
  292.           Width = 5
  293.           Height = 50
  294.           Align = alRight
  295.           Shape = bsSpacer
  296.           Style = bsRaised
  297.         end
  298.         object ccdDriveGroupBox: TGroupBox
  299.           Left = 0
  300.           Top = 0
  301.           Width = 324
  302.           Height = 50
  303.           Align = alClient
  304.           Caption = ' Drive: '
  305.           TabOrder = 0
  306.           object ccdPanel4: TPanel
  307.             Left = 2
  308.             Top = 15
  309.             Width = 320
  310.             Height = 33
  311.             Align = alClient
  312.             BevelOuter = bvNone
  313.             BorderWidth = 5
  314.             TabOrder = 0
  315.             object ccdDriveComboBox: TComboBox
  316.               Left = 8
  317.               Top = 6
  318.               Width = 329
  319.               Height = 21
  320.               Style = csDropDownList
  321.               Enabled = False
  322.               ItemHeight = 13
  323.               TabOrder = 0
  324.               OnDropDown = ccdDriveComboBoxDropDown
  325.               OnSelect = ccdDriveComboBoxSelect
  326.             end
  327.           end
  328.         end
  329.         object ccdSpeedGroupBox: TGroupBox
  330.           Left = 329
  331.           Top = 0
  332.           Width = 100
  333.           Height = 50
  334.           Align = alRight
  335.           Caption = ' Write speed: '
  336.           TabOrder = 1
  337.           object ccdPanel5: TPanel
  338.             Left = 2
  339.             Top = 15
  340.             Width = 96
  341.             Height = 33
  342.             Align = alClient
  343.             BevelOuter = bvNone
  344.             BorderWidth = 5
  345.             TabOrder = 0
  346.             object ccdSpeedComboBox: TComboBox
  347.               Left = 8
  348.               Top = 6
  349.               Width = 66
  350.               Height = 21
  351.               Style = csDropDownList
  352.               Enabled = False
  353.               ItemHeight = 13
  354.               TabOrder = 0
  355.               OnDropDown = ccdSpeedComboBoxDropDown
  356.               OnSelect = ccdSpeedComboBoxSelect
  357.             end
  358.           end
  359.         end
  360.       end
  361.       object ccdProgressGroupBox: TGroupBox
  362.         Left = 0
  363.         Top = 120
  364.         Width = 429
  365.         Height = 45
  366.         Align = alTop
  367.         Caption = ' Progress: '
  368.         TabOrder = 1
  369.         object ccdPanel2: TPanel
  370.           Left = 2
  371.           Top = 15
  372.           Width = 425
  373.           Height = 28
  374.           Align = alClient
  375.           BevelOuter = bvNone
  376.           BorderWidth = 5
  377.           TabOrder = 0
  378.           object ccdPercentageLabel: TLabel
  379.             Left = 5
  380.             Top = 5
  381.             Width = 415
  382.             Height = 18
  383.             Align = alClient
  384.             Alignment = taCenter
  385.             AutoSize = False
  386.             Font.Charset = DEFAULT_CHARSET
  387.             Font.Color = clWindowText
  388.             Font.Height = -11
  389.             Font.Name = 'MS Sans Serif'
  390.             Font.Style = [fsBold]
  391.             ParentFont = False
  392.             Transparent = True
  393.             Layout = tlCenter
  394.           end
  395.           object ccdProgressBar: TProgressBar
  396.             Left = 5
  397.             Top = 5
  398.             Width = 415
  399.             Height = 18
  400.             Align = alClient
  401.             Min = 0
  402.             Max = 100
  403.             TabOrder = 0
  404.           end
  405.         end
  406.       end
  407.       object ccdDeviceBufferGroupBox: TGroupBox
  408.         Left = 0
  409.         Top = 165
  410.         Width = 429
  411.         Height = 37
  412.         Align = alTop
  413.         Caption = ' Device buffer: '
  414.         TabOrder = 2
  415.         object ccdPanel3: TPanel
  416.           Left = 2
  417.           Top = 15
  418.           Width = 425
  419.           Height = 20
  420.           Align = alClient
  421.           BevelOuter = bvNone
  422.           BorderWidth = 5
  423.           TabOrder = 0
  424.           object ccdDeviceBufferProgressBar: TProgressBar
  425.             Left = 5
  426.             Top = 5
  427.             Width = 415
  428.             Height = 10
  429.             Align = alClient
  430.             Min = 0
  431.             Max = 100
  432.             TabOrder = 0
  433.           end
  434.         end
  435.       end
  436.       object ccdSaveISOBtn: TButton
  437.         Left = 1442
  438.         Top = 157
  439.         Width = 75
  440.         Height = 25
  441.         Action = ccdSaveIsoAction
  442.         Anchors = []
  443.         TabOrder = 3
  444.       end
  445.       object ccdCancelBtn: TButton
  446.         Left = 432
  447.         Top = 157
  448.         Width = 75
  449.         Height = 25
  450.         Action = ccdCancelAction
  451.         Anchors = []
  452.         Enabled = False
  453.         TabOrder = 4
  454.       end
  455.       object ccdEraseBtn: TButton
  456.         Left = 773
  457.         Top = 157
  458.         Width = 75
  459.         Height = 25
  460.         Action = ccdEraseAction
  461.         Anchors = []
  462.         TabOrder = 5
  463.       end
  464.       object ccdBurnBtn: TButton
  465.         Left = 1109
  466.         Top = 157
  467.         Width = 75
  468.         Height = 25
  469.         Action = ccdBurnAction
  470.         Anchors = []
  471.         Caption = 'Burn ISO'
  472.         TabOrder = 6
  473.       end
  474.       object ccdAdditionParamsGroupBox: TGroupBox
  475.         Left = 0
  476.         Top = 50
  477.         Width = 429
  478.         Height = 56
  479.         Align = alTop
  480.         Caption = ' Additional parameters: '
  481.         TabOrder = 7
  482.         object ccdNumberOfCopiesLbl: TLabel
  483.           Left = 176
  484.           Top = 16
  485.           Width = 129
  486.           Height = 17
  487.           Alignment = taRightJustify
  488.           AutoSize = False
  489.           Caption = 'Number of copies:'
  490.           Layout = tlCenter
  491.         end
  492.         object ccdNumberOfCopiesUpDown: TUpDown
  493.           Left = 337
  494.           Top = 15
  495.           Width = 16
  496.           Height = 21
  497.           Associate = ccdNumerOfCopiesEdit
  498.           Min = 1
  499.           Position = 1
  500.           TabOrder = 0
  501.           Thousands = False
  502.           Wrap = False
  503.         end
  504.         object ccdNumerOfCopiesEdit: TEdit
  505.           Left = 312
  506.           Top = 15
  507.           Width = 25
  508.           Height = 21
  509.           ReadOnly = True
  510.           TabOrder = 1
  511.           Text = '1'
  512.         end
  513.         object ccdSimulationChbox: TCheckBox
  514.           Left = 18
  515.           Top = 16
  516.           Width = 135
  517.           Height = 17
  518.           Hint = 'Perform writing simulation'
  519.           Caption = 'Simulation'
  520.           ParentShowHint = False
  521.           ShowHint = True
  522.           TabOrder = 2
  523.         end
  524.         object ccdWriteChbox: TCheckBox
  525.           Left = 18
  526.           Top = 32
  527.           Width = 135
  528.           Height = 17
  529.           Hint = 'Perfrom actual writing'
  530.           Caption = 'Write'
  531.           Checked = True
  532.           ParentShowHint = False
  533.           ShowHint = True
  534.           State = cbChecked
  535.           TabOrder = 3
  536.         end
  537.       end
  538.     end
  539.   end
  540.   object ccdTimer: TTimer
  541.     Enabled = False
  542.     Interval = 200
  543.     OnTimer = ccdTimerTimer
  544.     Left = 8
  545.     Top = 8
  546.   end
  547.   object ccdMCDBurner: TMCDBurner
  548.     DeviceBufferSize = 0
  549.     DeviceFreeBufferSize = 0
  550.     UnderrunProtection = True
  551.     OnDeviceChange = ccdMCDBurnerDeviceChange
  552.     OnEraseDone = ccdMCDBurnerEraseDone
  553.     ReadSpeed = 0
  554.     WriteSpeed = 0
  555.     FinalizeDisc = False
  556.     TestWrite = False
  557.     ReplaceFile = True
  558.     PerformOPC = False
  559.     CacheSize = 4194304
  560.     OnWriteDone = ccdMCDBurnerWriteDone
  561.     Version = '1.21'
  562.     WritePostGap = False
  563.     Left = 40
  564.     Top = 8
  565.   end
  566.   object ccdActionList: TActionList
  567.     Left = 72
  568.     Top = 8
  569.     object ccdBurnAction: TAction
  570.       Category = 'MainActions'
  571.       Caption = 'Copy CD'
  572.       OnExecute = ccdBurnActionExecute
  573.       OnUpdate = ccdBurnActionUpdate
  574.     end
  575.     object ccdEraseAction: TAction
  576.       Category = 'MainActions'
  577.       Caption = 'Erase'
  578.       OnExecute = ccdEraseActionExecute
  579.       OnUpdate = ccdEraseActionUpdate
  580.     end
  581.     object ccdCancelAction: TAction
  582.       Category = 'MainActions'
  583.       Caption = 'Cancel'
  584.       OnExecute = ccdCancelActionExecute
  585.       OnUpdate = ccdCancelActionUpdate
  586.     end
  587.     object ccdSaveIsoAction: TAction
  588.       Category = 'MainActions'
  589.       Caption = 'Create ISO'
  590.       Enabled = False
  591.       Visible = False
  592.       OnExecute = ccdSaveIsoActionExecute
  593.       OnUpdate = ccdSaveIsoActionUpdate
  594.     end
  595.     object ccdTotalUpdateAction: TAction
  596.       Category = 'MainActions'
  597.       OnUpdate = ccdTotalUpdateActionUpdate
  598.     end
  599.     object ccdFullEraseAction: TAction
  600.       Category = 'MainActions'
  601.       Caption = 'Full erase'
  602.       OnExecute = EraseClick
  603.       OnUpdate = ccdEraseActionUpdate
  604.     end
  605.     object ccdQuickEraseAction: TAction
  606.       Category = 'MainActions'
  607.       Caption = 'Quick erase'
  608.       OnExecute = EraseClick
  609.       OnUpdate = ccdEraseActionUpdate
  610.     end
  611.     object ccdOpenImageActn: TAction
  612.       Category = 'ImageFileActions'
  613.       Caption = '...'
  614.       OnExecute = ccdOpenImageActnExecute
  615.       OnUpdate = ccdOpenImageActnUpdate
  616.     end
  617.   end
  618.   object ccdErasePopupMenu: TPopupMenu
  619.     Left = 104
  620.     Top = 8
  621.     object ccdQuickErase: TMenuItem
  622.       Action = ccdQuickEraseAction
  623.     end
  624.     object ccdFullErase: TMenuItem
  625.       Action = ccdFullEraseAction
  626.     end
  627.   end
  628.   object SaveIsoSaveDialog: TSaveDialog
  629.     DefaultExt = 'ISO'
  630.     Filter = 'ISO files|*.ISO|All files|*.*'
  631.     Title = 'Save CD/DVD layout to ISO file'
  632.     Left = 136
  633.     Top = 8
  634.   end
  635.   object OpenDialog: TOpenDialog
  636.     DefaultExt = 'iso'
  637.     Filter = 'ISO image files (*.iso)|*.iso|All files (*.*)|*.*'
  638.     FilterIndex = 0
  639.     Left = 168
  640.     Top = 8
  641.   end
  642.   object ccdMCDReader: TMCDBurner
  643.     DeviceBufferSize = 0
  644.     DeviceFreeBufferSize = 0
  645.     UnderrunProtection = True
  646.     OnDeviceChange = ccdMCDReaderDeviceChange
  647.     ReadSpeed = 0
  648.     WriteSpeed = 0
  649.     FinalizeDisc = False
  650.     TestWrite = False
  651.     ReplaceFile = False
  652.     PerformOPC = False
  653.     CacheSize = 4194304
  654.     Version = '1.21'
  655.     WritePostGap = True
  656.     Left = 200
  657.     Top = 8
  658.   end
  659.   object smlMsgLangRes: TsmlMsgLangRes
  660.     LangFileName = 'DefLang.ini'
  661.     IgnoreEmptyString = True
  662.     AutoCreateMode = True
  663.     AddBracket = True
  664.     MsgList.Strings = (
  665.       'Str100=Error'
  666.       'Str101=Warning'
  667.       'Str102=Operation canceled: not allowed'
  668.       'Str103=Are you sure you want to cancel the current operation?'
  669.       
  670.         'Str104=Abort writing - are you sure? This may lead to disc malfu' +
  671.         'nction in the future.'
  672.       'Str105=Lead In and Lead Out'
  673.       'Str106=Erasing...'
  674.       'Str107= Progress: '
  675.       'Str108=Preparing list of available speeds'
  676.       'Str109=Not a writing drive'
  677.       'Str110=Available speeds:'
  678.       'Str111=Max'
  679.       'Str112=Kb/s'
  680.       'Str113=List of available speeds is ready'
  681.       'Str114=Preparing to erase'
  682.       'Str115=Drive is not ready. It is possibly busy or empty.'
  683.       'Str116=Drive is not ready.'
  684.       'Str117=   Medium type in drive: '
  685.       'Str118=Medium in drive is not erasable'
  686.       'Str119=Not erasable.'
  687.       'Str120=Do you really want to erase this disc?'
  688.       'Str121= Erase progress: '
  689.       'Str122=Erase process started at'
  690.       'Str123=Cannot start erase process.'
  691.       'Str124= Operation canceled'
  692.       'Str125=Selected drive:'
  693.       'Str126=Erase failed'
  694.       'Str127=Erase done'
  695.       'Str128=Ejecting'
  696.       'Str129=Burn done'
  697.       'Str130=Burn failed'
  698.       'Str131=--= Initializing, please wait... =--'
  699.       'Str132=Starting initialization'
  700.       'Str133=Initializing %s ASPI first'
  701.       'Str134=internal'
  702.       'Str135=system'
  703.       'Str136=ASPI initialized'
  704.       'Str137=ASPI initialization error'
  705.       'Str138=Looking for available drives...'
  706.       'Str139=No drives found!'
  707.       'Str140=Completed'
  708.       'Str141=Total drives found: '
  709.       'Str142=Looking for writing drive'
  710.       'Str143=Writing drive'
  711.       'Str144=Search completed'
  712.       'Str145=Writing drives not found'
  713.       'Str146=Reinitializing'
  714.       'Str147=Select image to burn'
  715.       'Str148=Store temporary image file at:'
  716.       'Str149=--= Continue initialization... =--'
  717.       'Str150=Reader ASPI initialized'
  718.       'Str151=Reader ASPI initialization error'
  719.       'Str152=Looking for reading drives...'
  720.       'Str153=Selected source drive: '
  721.       'Str154=Begin creating ISO image'
  722.       
  723.         'Str155=Source drive is busy. You can wait and try again or selec' +
  724.         't another drive.\nTry again?'
  725.       'Str156=Drive is busy'
  726.       
  727.         'Str157=Source drive is not ready. It is possibly busy or empty.\' +
  728.         'nTry again?'
  729.       'Str158=Cannot read TOC.'
  730.       'Str159=There ate no data tracks on this disk.'
  731.       'Str160=Cannot create track selection form.'
  732.       'Str161=Unexpected error.'
  733.       'Str162=Unknown error.'
  734.       'Str163=    Estimating drive space and ISO image size'
  735.       
  736.         'Str164=Not enough free disk space to create ISO image file.\n   ' +
  737.         ' Space required: %li Kb\n    Space available: %li Kb\nFree addit' +
  738.         'ional %li Kb or select another hard drive for ISO image.'
  739.       'Str165=Not enough drive space.'
  740.       'Str166=    Creating empty ISO image file'
  741.       'Str167=Unable to create empty ISO image file.'
  742.       'Str168=    Reading track %i...'
  743.       'Str169=Error reading source disc.'
  744.       'Str170=Error writing data to file.'
  745.       'Str171= Read progress: '
  746.       'Str172=ISO image created successfully'
  747.       'Str173=Please insert disc to be written.'
  748.       'Str174=Change disc'
  749.       'Str175=Operation canceled by user'
  750.       'Str176=Cannot create ISO image creation thread.'
  751.       'Str177=Preparing to write'
  752.       
  753.         'Str178=Destination drive is busy. You can wait and try again or ' +
  754.         'select another drive.\nTry again?'
  755.       
  756.         'Str179=Destination drive is not ready. It is possibly busy or em' +
  757.         'pty.\nTry again?'
  758.       'Str180=Disc in drive is not writable. Please change disc.'
  759.       'Str181=Not a writable disc'
  760.       'Str182=Disc is not writable.'
  761.       'Str183=Disc is not empty'
  762.       'Str184=Need empty disc for ISO writing. Erase this disc?'
  763.       
  764.         'Str185=Need empty disc for ISO writing. Plese insert empty or re' +
  765.         'writable disc.'
  766.       'Str186= Write progress: '
  767.       'Str187=Burn process started at'
  768.       'Str188=Cannot start ISO burning.'
  769.       'Str189=Drive is not ready'
  770.       
  771.         'Str190=ISO image left unburned. Switching to ISO image writing m' +
  772.         'ode.'
  773.       'Str191=Burn ISO'
  774.       'Str192=Copy CD'
  775.       'Done=Done'
  776.       'Str193=ISO image files'
  777.       'Str194=All files'
  778.       'Str195=Burning completed successfully. Please insert next disc.'
  779.       'Str196=Burn simulation process started at'
  780.       'Str197=Burn simulation done'
  781.       'Str198=Burn simulation failed'
  782.       'Str199=Burn simulation is not available for DVD discs')
  783.     Active = False
  784.     Left = 408
  785.     Top = 8
  786.   end
  787.   object smlFormLangRes: TsmlFormLangRes
  788.     LangFileName = 'DefLang.ini'
  789.     IgnoreEmptyString = True
  790.     AutoCreateMode = True
  791.     AddBracket = True
  792.     StringProperties.Strings = (
  793.       'Caption'
  794.       'Title'
  795.       'Hint')
  796.     StringsProperties.Strings = (
  797.       'Tabs'
  798.       'Items')
  799.     IgnoreControls.Strings = (
  800.       'ccdMainPanel'
  801.       'ccdPanel1'
  802.       'ccdMessageLabel'
  803.       'ccdProgressBar'
  804.       'ccdDeviceBufferProgressBar'
  805.       'ccdPanel2'
  806.       'ccdPanel3'
  807.       'ccdPanel4'
  808.       'ccdPanel5'
  809.       'ccdDriveComboBox'
  810.       'ccdSpeedComboBox'
  811.       'ccdTimer'
  812.       'ccdBurnBtn'
  813.       'ccdEraseBtn'
  814.       'ccdSaveISOBtn'
  815.       'ccdCancelBtn'
  816.       'ccdMessageListView'
  817.       'ccdMCDBurner'
  818.       'ccdTotalUpdateAction'
  819.       'ccdErasePopupMenu'
  820.       'ccdQuickErase'
  821.       'ccdFullErase'
  822.       'ccdPercentageLabel'
  823.       'Bevel1'
  824.       'ccdSingleISOFilePanel'
  825.       'ccdImageImageFilenameEdit'
  826.       'ccdImageBrowseBtn'
  827.       'ccdCDCopyOptionsPanel'
  828.       'ccdCDCopyDriveComboBox'
  829.       'ccdCDCopyReadSpeedComboBox'
  830.       'ccdCDCopyImageFilenameEdit'
  831.       'ccdCDCopyBrowseBtn'
  832.       'ccdBevel2'
  833.       'ccdMCDReader'
  834.       'Panel1'
  835.       'Panel2'
  836.       'Panel4'
  837.       'Panel3'
  838.       'Panel5'
  839.       'Panel6'
  840.       'Panel7'
  841.       'ccdOpenImageActn')
  842.     IgnoreFormCaption = True
  843.     IncludeListViewItems = False
  844.     IncludeListViewHead = False
  845.     IncludeTreeViewItems = False
  846.     Active = False
  847.     Left = 376
  848.     Top = 8
  849.   end
  850. end
  851.